home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / BACKUP / FIPS10.ZIP;1 / HISTORY.TXT < prev    next >
Encoding:
Text File  |  1994-05-03  |  3.4 KB  |  125 lines

  1. Revision History of FIPS
  2. ------------------------
  3.  
  4.  
  5. Version 1.0 - may 3, 1994
  6.  
  7. - Added code to detect the OS FIPS is running under (thanks to Dave
  8.   McCaldon). This is to make sure that FIPS is not run in a multitasking
  9.   OS. Does not yet detect OS/2 and Novell Task Manager.
  10.  
  11. - First official release. There have been few bug reports in the test phase
  12.   and only one serious problem (with OS/2 dual boot). It is addressed in
  13.   detail in the doc.
  14.  
  15.  
  16. Version 0.9.3 beta - march 31, 1994 (not publicly released)
  17.  
  18. - Some minor corrections for compatibility with Borland C++ 4.0
  19.  
  20. - Bugfix: "FAT too small" error with some configurations corrected
  21.  
  22.  
  23. Version 0.9.2 beta - march 25, 1994 (not publicly released)
  24.  
  25. - Documentation revised, information about use with OS/2 added, features
  26.   of DOS 6.x taken into account
  27.  
  28. - -quiet and -s switches removed
  29.  
  30. - Drive detection code changed, this hopefully solves the problem with
  31.   the 'Too many drives found' error
  32.  
  33.  
  34. Version 0.9.1 beta - january 21, 1994 (not publicly released)
  35.  
  36. - Select the start cylinder for the new partition with the cursor keys
  37.  
  38. - Automatically check for free space even before prompting for the
  39.   new start sector
  40.  
  41. - A nasty bug in the partition reordering procedure that caused FIPS to
  42.   fail in some cases was removed
  43.  
  44. - Slight bug in class definition corrected
  45.  
  46.  
  47. Version 0.9 beta - november 7, 1993
  48.  
  49. - Save files on floppy (root and boot sector) are not overwritten -
  50.   there may be up to ten save files on a disk.
  51.  
  52. - Verbose error messages are now displayed by default, -verbose switch
  53.   has been removed.
  54.  
  55. - A minor error resulting in a 'division by zero' error with some invalid
  56.   bootsectors has been corrected
  57.  
  58.  
  59. Version 0.8 beta - july 23, 1993
  60.  
  61. - A minor correction to the documentation
  62.  
  63. - No changes in the program from version 0.3. This is the first beta re-
  64.   lease. It is intended to be available to a wider audience.
  65.  
  66.  
  67. Version 0.3 alpha - june 8, 1993
  68.  
  69. - FIPS is now completely translated to C++ (for easier maintenance and
  70.   programming experience)
  71.  
  72. - Explanation of the calculation of the new starting cylinder improved
  73.  
  74. - FIPS was reported to work with Stacker and SuperStor
  75.  
  76.  
  77. Version 0.2.2 alpha - may 26, 1993 (not publicly released)
  78.  
  79. - partition table reordering improved - non-dos partitions remain in their
  80.   slots
  81.  
  82. - all necessary header files now included (sorry about that, my compiler
  83.   does not complain about missing prototypes)
  84.  
  85.  
  86. Version 0.2.1 alpha - may 5, 1993 (not publicly released)
  87.  
  88. - bugfix: minimal cylinder number for start of new partition now calculated
  89.   correctly on drives with 16 sectors per cluster
  90.  
  91. - some improvements/simplifications to the code
  92.  
  93.  
  94. Version 0.2 alpha - april 27, 1993
  95.  
  96. - added commandline switches to override certain error messages and
  97.   use FIPS non-interactively
  98.  
  99. - test mode without writing added
  100.  
  101. - debug mode added (writes a session transcript + additional info to a file)
  102.  
  103. - more informative error messages
  104.  
  105. - display of verbose error messages may be selected
  106.  
  107. - error checking is now more 'dos-like' (more unusual configurations
  108.   accepted)
  109.  
  110. - possibility to reedit the partition table without restarting the program
  111.  
  112. - added the number of megabytes to the partition table display
  113.  
  114. - now works correctly with drives that only have one free partition
  115.  
  116. - now supports more than two harddisks on a PC
  117.  
  118. - some minor fixes
  119.  
  120.  
  121. Version 0.1 alpha - april 12, 1993
  122.  
  123. Initial Release
  124.  
  125.